dialog: Fix docs for GtkDialog
authorJasper St. Pierre <jstpierre@mecheye.net>
Wed, 23 Oct 2013 16:03:55 +0000 (12:03 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Wed, 23 Oct 2013 16:04:13 +0000 (12:04 -0400)
Responses need to be negative

gtk/gtkdialog.c

index 4de0c901f32e0a4632def54affea050736084474..588223e1909b14bf9e02ab4125ee377e848759c8 100644 (file)
  *     </object>
  *   </child>
  *   <action-widgets>
- *     <action-widget response="3">button_ok</action-widget>
+ *     <action-widget response="-3">button_ok</action-widget>
  *     <action-widget response="-5">button_cancel</action-widget>
  *   </action-widgets>
  * </object>